<p class="TextInTable">A keyword is optional when calling a procedure. If a function is executed as an expression, the parameters must be enclosed in parenthesis in the function. If a DLL is called, it must first be specified in the <span class="T1"><text:s text:c="" xmlns:text="http://openoffice.org/2000/text"/>Declare-Anweisung </span>.</p>
</span></th></tr></table>
<p class="Paragraph"/>
<p class="P2">Example:</p>
<p class="PropText">Sub ExampleCall</p>
<p class="PropText">Dim sVar As String</p>
<p class="PropText">sVar = "Office"</p>
<p class="PropText">Call f_callFun sVar</p>
<p class="PropText">end Sub</p>
<p class="PropText"/>
<p class="PropText">Sub f_callFun (sText as String)</p>